Skip to content

Instantly share code, notes, and snippets.

@mberman84
mberman84 / WORKSPACE-FILES.md
Created February 17, 2026 15:46
Workspace Files

Workspace File Guide

Core workspace .md files are injected into the LLM system prompt on most requests, with some files loaded conditionally by context. Size still directly impacts token cost, so keep files focused and avoid duplication across files.

PRD vs workflows vs workspace file guide

These three docs answer different questions:

File Primary question it answers What belongs here What should not go here

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@ossa-ma
ossa-ma / tropes.md
Last active April 6, 2026 19:31
AI Writing Tropes to Avoid — tropes.fyi by ossama.is

AI Writing Tropes to Avoid

Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns. Source: tropes.fyi by ossama.is


Word Choice

"Quietly" and Other Magic Adverbs

@ShutovKS
ShutovKS / README.md
Last active April 6, 2026 19:30
WireGuard DPI Bypass (Windows) — pre-UDP before handshake

WireGuard DPI Bypass (Windows) — Pre-UDP helper (no tunnel control)

Иногда провайдер/DPI распознаёт WireGuard по первому handshake и начинает “душить” соединение.
Обход: перед включением туннеля отправить любой UDP-пакет на Endpoint с того же локального порта, который использует WireGuard (ListenPort).

Этот репозиторий/гист содержит только helper для pre-UDP.
Он НЕ останавливает/устанавливает/запускает туннель — вы включаете туннель в WireGuard GUI как обычно.


@ShutovKS
ShutovKS / README.md
Created February 2, 2026 22:09
WireGuard DPI Bypass (macOS) — pre-UDP before handshake

WireGuard DPI Bypass (macOS) — pre-UDP before handshake

Иногда провайдер/DPI распознаёт “первый” WireGuard handshake и начинает резать/душить соединение (часто выглядит как: handshake то появляется, то пропадает, либо “пакеты отправляются, но не приходят”).

Решение: перед включением туннеля отправить любой UDP-пакет на Endpoint с того же локального порта, который будет использовать WireGuard (ListenPort). Это “ломает” сигнатуру DPI на старте, и WireGuard обычно подключается стабильно.


Что нужно